GtkMessageDialog: Minor documentatation update
authorMatthias Clasen <mclasen@redhat.com>
Thu, 11 Sep 2014 19:48:44 +0000 (15:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 11 Sep 2014 19:48:44 +0000 (15:48 -0400)
The message area is no longer a vbox.

gtk/gtkmessagedialog.c

index 3fd4e366519b8376571b46f598b60a91330e2f3c..653f3fd9e1caeec25d1081dae514df18df2e5ddc 100644 (file)
@@ -282,7 +282,7 @@ gtk_message_dialog_class_init (GtkMessageDialogClass *class)
   /**
    * GtkMessageDialog:message-area:
    *
-   * The #GtkVBox that corresponds to the message area of this dialog.  See
+   * The #GtkBox that corresponds to the message area of this dialog.  See
    * gtk_message_dialog_get_message_area() for a detailed description of this
    * area.
    *